This package was debianized by:

    Martin Waitz <tali@debian.org> on Sat, 15 Sep 2001 13:26:56 +0200.

It was downloaded from:

    http://www.hexago.com/

Copyright:

    Copyright (C) 2001-2004 Hexago Inc.

License:

    This package is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This package is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this package; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

Files:  src/lib/base64.c
License: Apache-1.1
    /* ====================================================================
     * The Apache Software License, Version 1.1
     *
     * Copyright (C) 2000 The Apache Software Foundation.  All rights
     * reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
     * are met:
     *
     * 1. Redistributions of source code must retain the above copyright
     *    notice, this list of conditions and the following disclaimer.
     *
     * 2. Redistributions in binary form must reproduce the above copyright
     *    notice, this list of conditions and the following disclaimer in
     *    the documentation and/or other materials provided with the
     *    distribution.
     *
     * 3. The end-user documentation included with the redistribution,
     *    if any, must include the following acknowledgment:
     *       "This product includes software developed by the
     *        Apache Software Foundation (http://www.apache.org/)."
     *    Alternately, this acknowledgment may appear in the software itself,
     *    if and wherever such third-party acknowledgments normally appear.
     *
     * 4. The names "Apache" and "Apache Software Foundation" must
     *    not be used to endorse or promote products derived from this
     *    software without prior written permission. For written
     *    permission, please contact apache@apache.org.
     *
     * 5. Products derived from this software may not be called "Apache",
     *    nor may "Apache" appear in their name, without prior written
     *    permission of the Apache Software Foundation.
     *
     * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
     * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
     * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
     * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
     * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
     * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
     * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
     * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
     * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     * SUCH DAMAGE.
     * ====================================================================
     *
     * This software consists of voluntary contributions made by many
     * individuals on behalf of the Apache Software Foundation.  For more
     * information on the Apache Software Foundation, please see
     * <http://www.apache.org/>.
     *
     * Portions of this software are based upon public domain software
     * originally written at the National Center for Supercomputing Applications,
     * University of Illinois, Urbana-Champaign.
     */

Files:  src/lib/md5.c
        include/md5.h
Copyright: Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
License:
    /*
     md5c.c,v 1.4 2004/03/29 15:37:58 jfboud Exp

    Taken from:
    * MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
    *
    * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
    * rights reserved.
    *
    * License to copy and use this software is granted provided that it
    * is identified as the "RSA Data Security, Inc. MD5 Message-Digest
    * Algorithm" in all material mentioning or referencing this software
    * or this function.
    *
    * License is also granted to make and use derivative works provided
    * that such works are identified as "derived from the RSA Data
    * Security, Inc. MD5 Message-Digest Algorithm" in all material
    * mentioning or referencing the derived work.
    *
    * RSA Data Security, Inc. makes no representations concerning either
    * the merchantability of this software or the suitability of this
    * software for any particular purpose. It is provided "as is"
    * without express or implied warranty of any kind.
    *
    * These notices must be retained in any copies of any part of this
    * documentation and/or software.
    *
    * $FreeBSD: src/lib/libmd/md5c.c,v 1.11 1999/12/29 05:04:20 peter Exp $
    *
    * This code is the same as the code published by RSA Inc.  It has been
    * edited for clarity and style only.
    */

Files:  platform/windows/tap-win32-ipv6/in_cksum.c
        platform/windows/tap-win32-ipv6/in_cksum.h
Copyright: Copyright (C) 1988, 1992, 1993 The Regents of the University of California.
License:
    /*
     * Copyright (C) 1988, 1992, 1993
     *	The Regents of the University of California.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
     * are met:
     * 1. Redistributions of source code must retain the above copyright
     *    notice, this list of conditions and the following disclaimer.
     * 2. Redistributions in binary form must reproduce the above copyright
     *    notice, this list of conditions and the following disclaimer in the
     *    documentation and/or other materials provided with the distribution.
     * 3. Neither the name of the University nor the names of its contributors
     *    may be used to endorse or promote products derived from this software
     *    without specific prior written permission.
     *
     * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     * SUCH DAMAGE.
     *
     *	@(#)in_cksum.c	8.1 (Berkeley) 6/10/93
     */

Files:  platform/windows/libopenvpn/api.h
        platform/openbsd/tsp_local.c
        platform/openbsd/platform.h
        platform/solaris/tsp_local.c
        platform/solaris/platform.h
        platform/darwin/tsp_local.c
        platform/darwin/platform.h
        platform/netbsd/tsp_local.c
        platform/netbsd/platform.h
Copyright: Copyright (C) 2001-2003 Hexago Inc.
License:
     The contents of this file are subject to the Hexago
     Public License Version 1.0 (the "License"); you may not
     use this file except in compliance with the License.

     Software distributed under the License is distributed on
     an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
     express or implied. See the License for the specific
     language governing rights and limitations under the
     License.

     The Original Code is _source code of the tunnel server
     protocol-client side_.

     The Initial Developer of the Original Code is Hexago .

     All Rights Reserved.

     Contributor(s): ______________________________________.

Files: platform/windows/libopenvpn/basic.h
       platform/windows/libopenvpn/buffer.c
       platform/windows/libopenvpn/buffer.h
       platform/windows/libopenvpn/common.h
       platform/windows/libopenvpn/config-win32.h
       platform/windows/libopenvpn/errlevel.h
       platform/windows/libopenvpn/error.c
       platform/windows/libopenvpn/error.h
       platform/windows/libopenvpn/fdmisc.c
       platform/windows/libopenvpn/fdmisc.h
       platform/windows/libopenvpn/integer.h
       platform/windows/libopenvpn/io.c
       platform/windows/libopenvpn/io.h
       platform/windows/libopenvpn/memdbg.h
       platform/windows/libopenvpn/misc.c
       platform/windows/libopenvpn/misc.h
       platform/windows/libopenvpn/mtu.c
       platform/windows/libopenvpn/mtu.h
       platform/windows/libopenvpn/openvpn.h
       platform/windows/libopenvpn/options.h
       platform/windows/libopenvpn/proto.h
       platform/windows/libopenvpn/proxy.c
       platform/windows/libopenvpn/proxy.h
       platform/windows/libopenvpn/route.h
       platform/windows/libopenvpn/socket.c
       platform/windows/libopenvpn/socket.h
       platform/windows/libopenvpn/syshead.h
       platform/windows/libopenvpn/thread.h
       platform/windows/libopenvpn/tun.c
       platform/windows/libopenvpn/tun.h
       platform/windows/libopenvpn/win32.c
       platform/windows/libopenvpn/win32.h
Copyright: Copyright (C) 2002-2003 James Yonan <jim@yonan.net>
License: GPL-2, see above.

Files: platform/windows/libopenvpn/api.c
Copyright: Copyright (C) 2003 James Yonan <jim@yonan.net>
           Copyright (C) 2002-2004 Hexago Inc.
License: GPL-2, see above.

Files: platform/windows/libopenvpn/inet_aton.c
Copyright: Copyright (C) 2003 Matthias Andree <matthias.andree@gmx.de>
License: GPL-2, see above.

Files:  platform/windows/tap-win32-ipv6/hexdump.c
        platform/windows/tap-win32-ipv6/hexdump.h
        platform/windows/tap-win32-ipv6/error.c
        platform/windows/tap-win32-ipv6/error.h
        platform/windows/tap-win32-ipv6/constants.h
        platform/windows/tap-win32-ipv6/mem.c
        platform/windows/tap-win32-ipv6/tapdrvr.c
        platform/windows/tap-win32-ipv6/macinfo.c
        platform/windows/tap-win32-ipv6/macinfo.h
        platform/windows/tap-win32-ipv6/endian.h
        platform/windows/tap-win32-ipv6/types.h
        platform/windows/tap-win32-ipv6/prototypes.h
Copyright: Copyright (C) 2003 Damion K. Wilson
           Copyright (C) 2003 James Yonan
           Copyright (C) 2004 Hexago Inc.
License: GPL-2, see above.

Files:  platform/windows/tap-win32-ipv6/i386/OemWin2k.inf
        platform/windows/tap-win32-ipv6/i386/tunv6.inf
        platform/windows/tap-win32-ipv6/i386/tap.cat
Copyright: Copyright (C) 2003 James Yonan
License: GPL-2, see above.

The Debian packaging is:

    Copyright (C) 2001-2005, Martin Waitz <tali@debian.org>
    Copyright (C) 2005-2008, Anand Kumria <wildfire@progsoc.org>
    Copyright (C) 2008, Kanru Chen <koster@debian.org.tw>

and is licensed under the GPL-2, see above.
